fix: remove duplicate qmd skill files#73
Conversation
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
This PR removes duplicate local QMD skill files from the skills/qmd/ directory, as QMD is already installed externally via the SKILLS.txt file entry (tobi/qmd). This cleanup eliminates redundancy by relying solely on the upstream repository installation.
Changes:
- Removed local QMD skill documentation files (SKILL.md and MCP setup reference)
- Added .gitignore entries for temporary files and local settings
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| skills/qmd/SKILL.md | Removed duplicate local QMD skill documentation |
| skills/qmd/references/mcp-setup.md | Removed duplicate local MCP server setup guide |
| .entire/.gitignore | Added ignore patterns for temporary and local configuration files |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
tobi/qmd)Test plan
tobi/qmdentry remains in SKILLS.txtmake skills-installinstalls qmd from upstream repo🤖 Generated with Claude Code
Summary by cubic
Removed the local qmd skill so we only install qmd from SKILLS.txt (tobi/qmd). Also added a .entire/.gitignore to ignore local artifacts.
Written for commit 816165d. Summary will update on new commits.